projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
158afb4
)
testgtk: Stop using gtk_micro_version
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Nov 2016 17:27:02 +0000
(12:27 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Nov 2016 17:28:52 +0000
(12:28 -0500)
This will be going away soon
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index ee81ea587be70e67bea75e8b69da6bbeaed1375a..68b0c9ecdfbb6a6d94fc4bcf10707841ff2e9d90 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-8896,7
+8896,7
@@
create_main_window (void)
box1 = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
gtk_container_add (GTK_CONTAINER (window), box1);
- if (gtk_
micro_version
> 0)
+ if (gtk_
get_micro_version ()
> 0)
sprintf (buffer,
"Gtk+ v%d.%d.%d",
gtk_get_major_version (),